home *** CD-ROM | disk | FTP | other *** search
- object FormHTMLJavaParameter: TFormHTMLJavaParameter
- Left = 120
- Top = 141
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Parameter (Java)'
- ClientHeight = 201
- ClientWidth = 373
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object EditHTMLTag: TEdit
- Left = 4
- Top = 0
- Width = 83
- Height = 21
- Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
- TabStop = False
- AutoSize = False
- ParentColor = True
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 0
- Text = 'EditHTMLTag'
- OnChange = EditHTMLTagChange
- end
- object GroupBoxNAME: TGroupBox
- Left = 8
- Top = 28
- Width = 173
- Height = 65
- Caption = 'NAME'
- TabOrder = 1
- object EditNAME: TEdit
- Left = 6
- Top = 16
- Width = 159
- Height = 21
- MaxLength = 250
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnChange = EditNAMEChange
- OnExit = EditNAMEExit
- OnKeyPress = EditNAMEKeyPress
- end
- object PanelNAME: TPanel
- Left = 2
- Top = 43
- Width = 169
- Height = 20
- Hint = 'NAME attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelNAME'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelNAMEClick
- end
- end
- object GroupBoxVALUE: TGroupBox
- Left = 192
- Top = 28
- Width = 173
- Height = 65
- Caption = 'VALUE'
- TabOrder = 2
- object EditVALUE: TEdit
- Left = 6
- Top = 16
- Width = 159
- Height = 21
- MaxLength = 250
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnChange = EditVALUEChange
- OnExit = EditVALUEExit
- OnKeyPress = EditVALUEKeyPress
- end
- object PanelVALUE: TPanel
- Left = 2
- Top = 43
- Width = 169
- Height = 20
- Hint = 'VALUE attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelVALUE'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelVALUEClick
- end
- end
- object GroupBoxClosingTag: TGroupBox
- Left = 8
- Top = 100
- Width = 141
- Height = 41
- Caption = 'Closing Tag'
- TabOrder = 3
- object CheckBoxAppendClosingTag: TCheckBox
- Left = 6
- Top = 20
- Width = 123
- Height = 17
- Hint = 'Append optional closing tag'
- Caption = 'Append Closing Tag'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = CheckBoxAppendClosingTagClick
- end
- end
- object PanelBottom: TPanel
- Left = 0
- Top = 148
- Width = 373
- Height = 53
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'PanelBottom'
- Font.Color = clBtnFace
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- object Bevel: TBevel
- Left = 0
- Top = 0
- Width = 373
- Height = 6
- Align = alTop
- Shape = bsTopLine
- end
- object ButtonInsert: TButton
- Left = 4
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Use the HTML tag'
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = ButtonInsertClick
- end
- object ButtonCancel: TButton
- Left = 88
- Top = 8
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = ButtonCancelClick
- end
- object ButtonHelp: TButton
- Left = 256
- Top = 8
- Width = 77
- Height = 25
- Caption = '&Help'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = ButtonHelpClick
- end
- object ButtonClearAll: TButton
- Left = 172
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Clear and reset all attributes to defaults'
- Caption = 'Clear &All'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = ButtonClearAllClick
- end
- object PanelSaveReuseLevel: TPanel
- Left = 4
- Top = 40
- Width = 329
- Height = 9
- BevelOuter = bvLowered
- Caption = ' '
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnDblClick = PanelSaveReuseLevelDblClick
- OnMouseMove = PanelSaveReuseLevelMouseMove
- end
- end
- end
-